Gets or sets the method that receives progress events.
public:
property AsyncActionProgressHandler<TProgress>^ Progress {
AsyncActionProgressHandler<TProgress>^ get ();
void set (AsyncActionProgressHandler<TProgress>^ value);
}
Type: AsyncActionProgressHandler<TProgress>
The method that handles the events.
Namespace: Windows.Foundation
Metadata: windows.winmd
IAsyncActionWithProgress Generic Interface